For a list of all members of this type, see SafeDictionary<TKey,TValue> members.
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds the specified key and value to the dictionary |
![]() | CheckAndAdd | Overloaded. Check if the key exists in the dictionary, if not adds the value |
![]() | Clear | Removes all keys and values from the dictionary |
![]() | Contains | Check whether the dictionary contains the specific item |
![]() | ContainsKey | Check if the dictionary contains the specified key |
![]() | CopyTo | Copies the dictionary KeyCollection elements to an existing one-dimensional System.Array, starting at the specified array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | Remove | Overloaded. Removes from the dictionary item with the specified key |
![]() | TryGetValue | Gets the value with the specified key |
View on GitHub